From: James N. V. Cash Date: Fri, 18 Sep 2020 08:27:07 +0000 (+0300) Subject: * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5242^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7b2dd0ed50e197096ac6bf559e7ef59610dda3a1;p=emacs.git * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052) Copyright-paperwork-exempt: yes --- diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index d8f932e7a40..e4b3c8cf197 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -801,7 +801,6 @@ After the tab is created, the hooks in (nth to-index tabs))) (cond - (tab-bar-mode) ((eq tab-bar-show t) (tab-bar-mode 1)) ((and (natnump tab-bar-show)